Skip to content

let PointerValue::invalidate() be noexcept#47354

Closed
yfeldblum wants to merge 2 commits into
mainfrom
export-D65271399
Closed

let PointerValue::invalidate() be noexcept#47354
yfeldblum wants to merge 2 commits into
mainfrom
export-D65271399

Conversation

@yfeldblum
Copy link
Copy Markdown
Contributor

Summary: PointerValue::invalidate() is called from Pointer destructor, which is implicitly noexcept, and from Pointer move-assignment operator, which is now noexcept.

Differential Revision: D65271399

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 1, 2024
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D65271399

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 1, 2024

Job Summary for Gradle

Test All :: build_android
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github publishAllToMavenTempLocal build 8.10.2 Build Scan not published

Summary: Pull Request resolved: #47331

Reviewed By: Gownta

Differential Revision: D65271354
Summary:

`PointerValue::invalidate()` is called from `Pointer` destructor, which is implicitly `noexcept`, and from `Pointer` move-assignment operator, which is now `noexcept`.

Reviewed By: neildhar

Differential Revision: D65271399
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D65271399

facebook-github-bot pushed a commit that referenced this pull request Nov 5, 2024
Summary:

`PointerValue::invalidate()` is called from `Pointer` destructor, which is implicitly `noexcept`, and from `Pointer` move-assignment operator, which is now `noexcept`.

Reviewed By: neildhar

Differential Revision: D65271399
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 5, 2024

Job Summary for Gradle

Test All :: build_android
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github publishAllToMavenTempLocal build 8.10.2 Build Scan not published

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D65271399

1 similar comment
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D65271399

facebook-github-bot pushed a commit to facebook/hermes that referenced this pull request Nov 7, 2024
Summary:
X-link: facebook/react-native#47354

`PointerValue::invalidate()` is called from `Pointer` destructor, which is implicitly `noexcept`, and from `Pointer` move-assignment operator, which is now `noexcept`.

Reviewed By: neildhar

Differential Revision: D65271399

fbshipit-source-id: 26fd9707e4389da78537d0d607adaef0c68690ca
facebook-github-bot pushed a commit to facebook/hermes that referenced this pull request Nov 7, 2024
Summary:
X-link: facebook/react-native#47354

`PointerValue::invalidate()` is called from `Pointer` destructor, which is implicitly `noexcept`, and from `Pointer` move-assignment operator, which is now `noexcept`.

Reviewed By: neildhar

Differential Revision: D65271399

fbshipit-source-id: 26fd9707e4389da78537d0d607adaef0c68690ca
@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Nov 7, 2024
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in f01b472.

@react-native-bot
Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @yfeldblum in f01b472

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants